Base Builder MCP - Alpha Release
This repository is an MCP server destined for Base Builders.
In this alpha release, the server contains an implementation of Base Docs adapted for Model Context Protocol (MCP).
Follow the instructions below to use it 👇
Steps to Build and Add your MCP server
- Clone the repo and navigate to the directory:
git clone https://github.com/base/base-builder-mcp
cd base-builder-mcp
- Install the dependencies:
npm install
- You can now add the server to Claude or Cursor (Project Only or Global):
npm run setup:cursor
npm run setup:claude
Note: ✅ OPENAI Key is optional but recommended. It allows the guide to be reviewed and digested by another LLM to create a json file of the guide instead of feeding raw guide text to your agent.
Note 2: If you are facing issues with the last step (adding the server), you can check out MCP documentation for Claude Desktop or Cursor Docs for your Cursor IDE agent
Cursor Rules (Recommended)
Add the following to your Cursor rules by going to the command palette (Cmd/Ctrl + Shift + P) and selecting > Cursor Settings > Rules:
<MCP_USE_GUIDELINE>
<INSTRUCTION>
If the user says "I want to build on Base", make frequent use of the BuildOnBase MCP tool from Base-Docs MCP.
</INSTRUCTION>
<TOOLS>
What is the BuildOnBase tool from Base Builder MCP?
It's a tool which allows you to browse the sidebar of Base Docs and find the relevant guides to Build on Base. If you run this tool and you get an error because the guide is not found, try other guides from the sidebar.
</TOOLS>
</MCP_USE_GUIDELINE>
Expected Result
After adding Base Builder MCP to your agent, you can use it by saying "I want to build with base". Using that should trigger a call to the Base Builder MCP server:
Cursor agent calling Base Builder MCP
Claude agent calling Base Builder MCP
Recommend MCP Servers 💡
ai-agent-marketplace-index-mcp
An MCP server that allows AI assistants to search and discover available AI agents from the DeepNLP AI Agent Marketplace Index by keywords or categories, and monitor their web traffic performance.
keboola_mcp_server
Model Context Protocol (MCP) Server for the Keboola Platform
@r-huijts/oorlogsbronnen-mcp
MCP server for accessing Dutch World War II archives through the Oorlogsbronnen API. Provides structured access to historical records, photographs, and documents from 1940-1945 Netherlands.
fluxui-mcp-server
An MCP server providing reference information and documentation for Flux UI components, enabling AI assistants to access component details and usage examples.
togello-mcp-server
An MCP server that integrates with Togello to manage tasks, activities, and calendar events, providing context for applications.
clearml-mcp
A lightweight Model Context Protocol (MCP) server that enables AI assistants to interact with ClearML experiments, models, and projects, providing comprehensive ML experiment context and analysis directly in AI conversations.